docs: add Autonomous Mode section to permissions docs#6968
Open
consigcody94 wants to merge 1 commit intoanomalyco:devfrom
Open
docs: add Autonomous Mode section to permissions docs#6968consigcody94 wants to merge 1 commit intoanomalyco:devfrom
consigcody94 wants to merge 1 commit intoanomalyco:devfrom
Conversation
Adds a new section explaining how to run OpenCode without any permission prompts by setting "permission": "allow" in config. This is the equivalent of Claude Code's --dangerously-skip-permissions flag. Includes: - Clear example config - Security warning about risks - Use cases (CI/CD, automation, trusted environments) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Contributor
|
The following comment was made by an LLM, it may be inaccurate: Results✅ No duplicate PRs found. The search results show that PR #6968 ("docs: add Autonomous Mode section to permissions docs") is the PR you're checking. No other open PRs are addressing the same documentation topic. The other permission-related PRs found are addressing different aspects:
None of these are duplicates—they cover different permission features or configurations, not the documentation of Autonomous Mode itself. |
9 tasks
00637c0 to
71e0ba2
Compare
f1ae801 to
08fa7f7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
"permission": "allow"is equivalent to Claude Code's--dangerously-skip-permissionsWhy
Users coming from Claude Code may not know how to achieve the same "skip all prompts" behavior. This makes it explicit and easy to find.
Test plan
🤖 Generated with Claude Code